home *** CD-ROM | disk | FTP | other *** search
/ Next Step: Mars? / Next Step Mars (1994)(IVI).iso / myth.dir / 00133_Script_133 < prev    next >
Text File  |  1994-11-28  |  346b  |  14 lines

  1. on exitFrame
  2.   global SCOPEGlow
  3.   if SCOPEGlow = 0 then
  4.     set the cursor of sprite 3 to 0
  5.     set the cursor of sprite 4 to 0
  6.     set the cursor of sprite 20 to 0
  7.     updateStage
  8.     go to frame "PASSWORD2" OF MOVIE "MODLE3A"
  9.   else
  10.     if SCOPEGlow = 1 then
  11.       go to frame "PASSWORD1" OF MOVIE "MODLE3A"
  12.     end if
  13.   end if
  14. end